home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Text File  |  2007-12-27  |  3KB  |  119 lines

  1. object frmFind: TfrmFind
  2.   Left = 533
  3.   Top = 415
  4.   AutoScroll = False
  5.   Caption = '_Find Contact'
  6.   ClientHeight = 184
  7.   ClientWidth = 412
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelTop: TInfuPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 412
  26.     Height = 60
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object LabelAcc: TInfuLabel
  31.       Left = 9
  32.       Top = 7
  33.       Width = 220
  34.       Height = 13
  35.       Caption = '_Account name, nick name, first or last name:'
  36.     end
  37.     object EditFind: TInfuEdit
  38.       Left = 8
  39.       Top = 24
  40.       Width = 273
  41.       Height = 21
  42.       TabOrder = 1
  43.       OnChange = EditFindChange
  44.     end
  45.     object ButtonClose: TInfuBitBtn
  46.       Left = 295
  47.       Top = 22
  48.       Width = 106
  49.       Height = 25
  50.       Caption = '_Close'
  51.       TabOrder = 0
  52.       OnClick = ButtonCloseClick
  53.     end
  54.   end
  55.   object VST: TVirtualStringTree
  56.     Left = 0
  57.     Top = 60
  58.     Width = 412
  59.     Height = 124
  60.     Align = alClient
  61.     DefaultNodeHeight = 17
  62.     Header.AutoSizeIndex = 0
  63.     Header.Font.Charset = DEFAULT_CHARSET
  64.     Header.Font.Color = clWindowText
  65.     Header.Font.Height = -11
  66.     Header.Font.Name = 'Tahoma'
  67.     Header.Font.Style = []
  68.     Header.Options = [hoColumnResize, hoShowSortGlyphs, hoVisible]
  69.     Header.ParentFont = True
  70.     Header.Style = hsFlatButtons
  71.     HintMode = hmTooltip
  72.     ParentShowHint = False
  73.     SelectionBlendFactor = 50
  74.     ShowHint = True
  75.     StateImages = ImageList1
  76.     TabOrder = 1
  77.     TextMargin = 1
  78.     TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  79.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  80.     TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
  81.     OnAfterItemPaint = VSTAfterItemPaint
  82.     OnCompareNodes = VSTCompareNodes
  83.     OnContextPopup = VSTContextPopup
  84.     OnDblClick = VSTDblClick
  85.     OnEnter = VSTEnter
  86.     OnFocusChanged = VSTFocusChanged
  87.     OnGetText = VSTGetText
  88.     OnPaintText = VSTPaintText
  89.     OnGetImageIndex = VSTGetImageIndex
  90.     OnHeaderClick = VSTHeaderClick
  91.     OnKeyDown = VSTKeyDown
  92.     Columns = <
  93.       item
  94.         Position = 0
  95.         Width = 120
  96.         WideText = '_Account'
  97.       end
  98.       item
  99.         Position = 1
  100.         Width = 90
  101.         WideText = '_Nick name'
  102.       end
  103.       item
  104.         Position = 2
  105.         Width = 90
  106.         WideText = '_First name'
  107.       end
  108.       item
  109.         Position = 3
  110.         Width = 90
  111.         WideText = '_Last name'
  112.       end>
  113.   end
  114.   object ImageList1: TImageList
  115.     Left = 192
  116.     Top = 88
  117.   end
  118. end
  119.